gtk/gtkfilechoosernativeportal.c: Don't use g_autoptr()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 11 Jul 2016 09:50:13 +0000 (17:50 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Jul 2016 03:26:35 +0000 (11:26 +0800)
commitd8815f3e4ee090cf22156a96873909db10d384f4
tree59fd62011e25219b3ebd702e7421c3aacf3da033
parent500c9dbe96d56895a95b6594c6ab5f011c747e3f
gtk/gtkfilechoosernativeportal.c: Don't use g_autoptr()

This code is also built by non-GCC/CLang compilers, so use the normal
ref/unref steps for the GVariant.

https://bugzilla.gnome.org/show_bug.cgi?id=768659
gtk/gtkfilechoosernativeportal.c